@font-face {
    font-family:FZYanSongS;
    src: url('../font/fangzheng.ttf')
}
.ys930_header{
    width: 100%;
    background: url('https://u3.huatu.com/uploads/allimg/210930/bg_1.png') no-repeat;
    height: 450px;
    overflow: hidden;
    text-align: center;
}
.ys930_box{
    width: 350px;
    padding-top: 25px;
    box-sizing: border-box;
    float: left;
}
.ys930_box_top{
    width: 350px;
    height: 219px;
    background: url('https://u3.huatu.com/uploads/allimg/210930/lan_1.png') no-repeat;
    background-size: 350px 219px;
    padding-top: 30px;
}
.ys_930_icon_left{
    display: block;
    width: 82px;
    height: 19px;
    background: url("https://u3.huatu.com/uploads/allimg/211011/nan.png") no-repeat center;
    background-size: cover;
    float: left;
    margin-left: 14px;
    margin-top: 20px;
}
.ys930_icon_right{
    display: block;
    width: 82px;
    height: 19px;
    background: url("https://u3.huatu.com/uploads/allimg/211011/nan.png") no-repeat center;
    background-size: cover;
    transform: rotateY(180deg);
    float: left;
    margin-top: 20px;
}

.ys930_box_top_title{
    display: block;
    width: 322px;
    height: 57px;
    margin: 0 auto;
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #DB221D;
    line-height: 52px;
    text-align: left;
}
.ys930_box_top_title:hover{
    color: #DB221D !important;
}
.ys930_box_top_title span{
    display: block;
    background: #fbe5cc;
    width: 30px;
    height: 30px;
    float: left;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-top: 20px;
    margin-left: 4px;
}
.ys930_box_top_title span:nth-child(1){
    margin-left: 0px;
}
.ys930_main_title{
    font-size: 38px;
    font-family: Alibaba PuHuiTi;
    font-weight: 900;
    color: #F9DBC1;
    line-height: 44px;
    text-shadow: 2px 1px 4px #980A08;

    background: linear-gradient(180deg, #FEEED2 0%, #E29440 100%);
    -webkit-background-clip: text;
}
.ys930_main_title a:hover{
    color: #F9DBC1 !important;
}
.ys930_gonggao{
    font-size: 22px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #F9DBC1;
    line-height: 44px;
}
.ys930_gonggao a:hover{
    color: #F9DBC1 !important;
}
.ys930_box_bot{
    display: block;
    width: 161px;
    height: 41px;
    background: #FDE8D3;
    border-radius: 21px;
    overflow: hidden;
    margin: 0 auto;
    margin-top:-10px;
}
.ys930_chakan{
    width: 102px;
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #D11A1F;
    line-height: 42px;
    float: left;
    margin-left: 14px;
}
.ys930_icon{
    display: block;
    width: 24px;
    height: 24px;
    background: url(https://u3.huatu.com/uploads/allimg/210930/icon_1.png) no-repeat;
    background-size: cover;
    float: left;
    margin-top: 7px;
}
.ys_1011_box{
    overflow: hidden;
}
.ys_1011_bot_box_left{
    float: left;
    display: block;
    width: 605px;
    height: 104px;
    font-size: 48px;
    font-family: FZYanSongS;
    font-weight: 800;
    color: #FBE5CA;
    line-height: 56px;
    background: linear-gradient(-53deg, #FCF4E4 0%, #FFEBA0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-left: 40px;
}
.ys_1011_bot_box_right{
    float: right;
    display: block;
    width: 605px;
    height: 104px;
    font-size: 48px;
    font-family: FZYanSongS;
    font-weight: 800;
    color: #FBE5CA;
    line-height: 56px;
    background: linear-gradient(-53deg, #FCF4E4 0%, #FFEBA0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-right: 40px;
}
.ys_1011_heng{
    float: left;
    width: 2px;
    height: 90px;
    background: linear-gradient(
            -53deg, #E2665C, #D64F45);
    margin-left: 55px;
    margin-top: 44px;
}
@media only screen and (max-width: 1480px){
    .ys930_header{
        height: 383px;
    }
    .ys930_box{
        width: 298px;
        padding-top: 21px;
    }
    .ys930_box_top{
        width: 298px;
        height: 186px;
        background: url('https://u3.huatu.com/uploads/allimg/210930/lan_1.png') no-repeat;
        background-size: 298px 186px;
        padding-top: 25px;
    }
    .ys930_box_top_title{
        width: 274px;
        height: 48px;
        font-size: 18px;
        line-height: 44px;
    }
    .ys930_box_top_title span:nth-child(1){
        margin-left: 85px;
    }

    .ys930_main_title{
        font-size: 32px;
        color: #F9DBC1;
        line-height: 37px;
    }
    .ys930_gonggao{
        font-size: 19px;
        line-height: 37px;
    }
    .ys930_box_bot{
        width: 137px;
        height: 35px;
        border-radius: 18px;
        margin-top:-8px;
    }
    .ys930_chakan{
        width: 92px;
        font-size: 19px;
        line-height: 36px;
        margin-left: 12px;
    }
    .ys930_icon{
        width: 20px;
        height: 20px;
        margin-top: 7px;
    }
    .ys_930_icon_left{
        width: 70px;
        height: 16px;
        margin-left: 12px;
        margin-top: 17px;
    }
    .ys930_icon_right{
        width: 70px;
        height: 16px;
        margin-top: 17px;
    }
    .ys930_box_top_title span{
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-top: 17px;
        margin-left: 3px;
    }

    .ys_1011_bot_box_left{
        width: 514px;
        height: 94px;
        font-size: 41px;
        line-height: 48px;
        margin-top: 25px;
        margin-left: 34px;
    }
    .ys_1011_bot_box_right{
        width: 514px;
        height: 94px;
        font-size: 41px;
        line-height: 48px;
        margin-top: 25px;
        margin-right: 34px;
    }
    .ys_1011_heng{
        width: 2px;
        height: 77px;
        margin-left: 48px;
        margin-top: 37px;
    }
}